READ ME

Compatible with MATLAB 2023b. Has not been tested on prior or newer versions.

This is a general S-Parameter GUI capable of plotting .s1p, .s2p, .s3p, and .s4p files

It can read all touchstone formats - RI, MA, dB

HOW TO USE

1. Extract the .zip folder in any location on the PC
2. Run "RF_Data_Analysis.m" in MATLAB
3. On the GUI, click "Select and Analyze"
4. Wait for the program to finish

HOW TO MODIFY

1. If you want to point directly to the data folder, modify line 48 with the desired filepath (e.g. "D:\RF_Data\)
2. If you want to modify the plots (color, linewidth, grid spacing) modify each of the plot blocks directly
3. If you wish to modify the GUI itself, type "guide" in the command window and modify per MATLAB guide documentation.

NOTES:

1. The folder "function_toolbox" must remain in the same folder as "RF_Data_Analysis.m"
2. The figure file "RF_Data_Analysis.fig" must remain in the same folder as "RF_Data_Analysis.m"

